projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180135f
)
* indent.c (Fvertical_motion): Revert last change. Handle the general
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 27 Aug 2008 23:12:20 +0000
(23:12 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 27 Aug 2008 23:12:20 +0000
(23:12 +0000)
case where we are moving forward, and PT spans multiple screen lines.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 43d5caa4eaff901becc921578404299485027651..ec432468cc262f020526f4737c802dfe4fed66ff 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,9
@@
2008-08-27 Chong Yidong <cyd@stupidchicken.com>
+ * indent.c (Fvertical_motion): Revert last change. Handle the
+ general case where we are moving forward, and PT spans multiple
+ screen lines.
+
* eval.c (find_handler_clause): Temporarily increase
max-lisp-eval-depth while printing the backtrace buffer, to
guarantee that help-mode code can run.